home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / objects / r3effect.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  783 b   |  42 lines

  1.  
  2. // JavaScript wrapper for r3effect.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_EFFECT_H = 1;
  7. include("real/objects/r3prim.js")
  8.  
  9.  
  10. var R3CLID_EFFECT = 387;
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. R3EFA_EffectName = 387500;
  19. function SetR3EFA_EffectName(value) {
  20.   R3Set(this.r3obj, R3EFA_EffectName, value, R3TID_STRING, 0); 
  21. }
  22.  
  23. function GetR3EFA_EffectName() {
  24.   return R3Get(this.r3obj, R3EFA_EffectName, R3TID_STRING, 0); 
  25. }
  26.  
  27.  
  28.  
  29. function r3Effect () { 
  30.    this.base = r3God;
  31.    if(arguments.length) {
  32.       this.base(R3CLID_EFFECT, arguments);
  33.    }
  34.    // Methods
  35.  
  36.    // Attributes
  37.    this.GetEffectName=GetR3EFA_EffectName;
  38.    this.SetEffectName=SetR3EFA_EffectName;
  39. }
  40.  
  41. r3Effect.prototype=new r3Primitive;
  42. // r3effect.h_H